Click or drag to resize

ServiceGetNonIndexableItemDetails Method (String, Int32, String, SearchPageDirection)

Gets the non indexable item details.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails(
	string mailbox,
	int pageSize,
	string pageItemReference,
	SearchPageDirection pageDirection
)

Parameters

mailbox
Type: SystemString
The mailbox.
pageSize
Type: SystemInt32
Size of the page.
pageItemReference
Type: SystemString
The page item reference.
pageDirection
Type: Independentsoft.ExchangeSearchPageDirection
The page direction.

Return Value

Type: GetNonIndexableItemDetailsResponse
GetNonIndexableItemDetailsResponse.
See Also